Class java.rmi.ServerRuntimeException
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.ServerRuntimeException
Object
|
+----Throwable
|
+----Exception
|
+----IOException
|
+----RemoteException
|
+----java.rmi.ServerRuntimeException
- public class ServerRuntimeException
- extends RemoteException
-
java.rmi.ServerRuntimeException(String, Exception)
- Create a new runtime exception with the strings and
the specified exception.
ServerRuntimeException
public ServerRuntimeException(String s,
Exception ex)
- Create a new runtime exception with the strings and
the specified exception.
All Packages Class Hierarchy This Package Previous Next Index